home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Star Festival... a Return to Japan
/
Star Festival... a Return to Japan.iso
/
pc
/
STARFESTIVAL
/
10r.dir
/
00004.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-02
|
301 b
|
14 lines
on mouseDown
global gMemoState
quickSwitch("buttonSound")
if gMemoState = 0 then
set the visible of sprite 19 to 0
set the movieRate of sprite 35 to 0
gMemoState = 1
else
set the visible of sprite 19 to 1
set the movieRate of sprite 35 to 1
gMemoState = 0
end if
end